home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
4
/
DISK2247.ZIP
/
CBASE101.ZIP
/
CBASE.ZIP
/
CBKCURSO.C
< prev
next >
Wrap
Text File
|
1990-06-21
|
972b
|
30 lines
/* Copyright (c) 1989 Citadel */
/* All Rights Reserved */
/* #ident "@(#)cbkcurso.c 1.4 - 90/06/20" */
/*man---------------------------------------------------------------------------
NAME
cbkcursor - cbase key cursor
SYNOPSIS
#include <cbase.h>
void *cbkcursor(cbp, field)
cbase_t *cbp;
int field;
DESCRIPTION
cbkcursor is used to determine if the key cursor of the specified
field in cbase cbp is currently positioned on a key or on null.
If the cursor is on null, NULL is returned. If the cursor is
positioned to a key, a non-NULL value is returned. If cbp does
not point to a valid open cbase, or if field is not a key field,
the results are undefined. cbkcursor is a macro.
SEE ALSO
cbkeyfirst, cbkeylast, cbkeynext, cbkeyprev, cbrcursor.
------------------------------------------------------------------------------*/
/* cbkcursor is defined in cbase.h. */